func github.com/klauspost/compress/zstd.snappyCRC

2 uses

	github.com/klauspost/compress/zstd (current package)
		snappy.go#L231: 			if snappyCRC(r.block.literals) != checksum {
		snappy.go#L416: func snappyCRC(b []byte) uint32 {